How to hightlight source code using codemirror on a html page

56

<pre class="prettyprint css">div { background-color: lightgreen;   width: 300px; padding: 25px;   border: 25px solid red;
    margin: 25px;
}
</pre>

Comments

Submit
0 Comments